C#
VB
C++
Checks whether a service of a given type exists in the collection.
public bool Contains<TService>()
Public Function Contains(Of TService)() As Boolean
public:
bool Containsgeneric<typename TService>
();
TService
The type of the service to check for.
true if a service object exists with the provided type; otherwise, it is false.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET